BitmapOverviewGetProperties Method |
Namespace: FDF.Common.IOAssembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax public FdfPropertyCollection GetProperties(
ref FdfSetting setting = null
)
Public Function GetProperties (
Optional ByRef setting As FdfSetting = Nothing
) As FdfPropertyCollection
public:
virtual FdfPropertyCollection^ GetProperties(
FdfSetting^% setting = nullptr
) sealed
abstract GetProperties :
?setting : FdfSetting byref
(* Defaults:
let _setting = defaultArg setting null
*)
-> FdfPropertyCollection
override GetProperties :
?setting : FdfSetting byref
(* Defaults:
let _setting = defaultArg setting null
*)
-> FdfPropertyCollection
Parameters
- setting (Optional)
- Type: FDF.Common.RuntimeFdfSetting
Return Value
Type:
FdfPropertyCollectionImplements
IFdfEditableGetProperties(FdfSetting)See Also