ArtifactRightMargin Property |
Right margin of artifact.
If position is specified explicitly (in Position property) this value is ignored.
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