StampRightMargin Property |
Gets or sets right margin of stamp.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic double RightMargin { get; set; }
Public Property RightMargin As Double
Get
Set
public:
property double RightMargin {
double get ();
void set (double value);
}
member RightMargin : float with get, set
Property Value
Type:
Double
See Also