ImageIsApplyResolution Property |
Gets or sets a bool value that indicates whether the image use resolution during generation
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic bool IsApplyResolution { get; set; }
Public Property IsApplyResolution As Boolean
Get
Set
public:
property bool IsApplyResolution {
bool get ();
void set (bool value);
}
member IsApplyResolution : bool with get, set
Property Value
Type:
Boolean
See Also