MarkdownOptions
IgnoreImage Property
|
whether to convert the image in pdf to markdown.
Namespace:
Spire.Pdf.Conversion
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool IgnoreImage { get; set; }
Public Property IgnoreImage As Boolean
Get
Set
public:
property bool IgnoreImage {
bool get ();
void set (bool value);
}
member IgnoreImage : bool with get, set
Property Value
Type:
Boolean
See Also