DefaultOptionsFormClass Property (PngExportProvider)
In This Topic
Gets the type of form which is used to edit export options by default. This implementation returns
ImagesOptionsForm type.
Syntax
'Declaration
Public Overridable ReadOnly Property DefaultOptionsFormClass As Type
public virtual Type DefaultOptionsFormClass {get;}
See Also