 | PdfDestinationRight Property |
Gets or sets Right parameter of destination.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic float? Right { get; set; }
Public Property Right As Single?
Get
Set
public:
property Nullable<float> Right {
Nullable<float> get ();
void set (Nullable<float> value);
}
member Right : Nullable<float32> with get, set
/** @property */
public float? get_Right()
/** @property */
public void set_Right(float? value)
function get_Right();
function set_Right(value);
Property Value
NullableSingle
See Also