 | PdfOCUsageZoom Property |
Gets or sets on object specifying a range of magnifications at which the content in the optional content group is best viewed.
Namespace: Patagames.Pdf.Net.Wrappers.OptionalContentAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic PdfZoom Zoom { get; set; }
Public Property Zoom As PdfZoom
Get
Set
public:
property PdfZoom^ Zoom {
PdfZoom^ get ();
void set (PdfZoom^ value);
}
member Zoom : PdfZoom with get, set
/** @property */
public PdfZoom get_Zoom()
/** @property */
public void set_Zoom(PdfZoom value)
function get_Zoom();
function set_Zoom(value);
Property Value
PdfZoomOptional.
See Also