Gets or sets a float value that indicates the right margin.
Namespace:
Aspose.Pdf
Assembly:
Aspose.PDF (in Aspose.PDF.dll) Version: 22.5.0
Syntaxpublic double Right { get; set; }
Public Property Right As Double
Get
Set
public:
property double Right {
double get ();
void set (double value);
}
member Right : float with get, set
Property Value
Type:
Double
See Also