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