ImageSavingArgsImageType Property |
Gets type of image to be saved.
Namespace:
Aspose.Note.Saving.Html
Assembly:
Aspose.Note (in Aspose.Note.dll) Version: 20.3
Syntaxpublic HtmlImageType ImageType { get; }
Public ReadOnly Property ImageType As HtmlImageType
Get
public:
property HtmlImageType ImageType {
HtmlImageType get ();
}
member ImageType : HtmlImageType with get
Property Value
Type:
HtmlImageType
See Also