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