CompareDocumentSettings::Margins property¶
Indicates the margins from top, left, bottom and right for the document.
System.Drawing.Rectangle Margins { get; set; }
IGR_FRect getMargins() throws IGRException;
void setMargins(IGR_FRect value) throws IGRException;
@property
def Margins(self) -> IGR_FRect:
@property.setter
def Margins(self, value: IGR_FRect)
Hyland.DocFilters.RectF getMargins() const;
void setMargins(Hyland.DocFilters.RectF value);
Return Value¶
IGR_FRect
: The margins for the document.