 | PdfZoomMax Property |
Gets or sets the magnification factor below which the group should be
On.
Namespace: Patagames.Pdf.Net.Wrappers.OptionalContentAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic float Max { get; set; }
Public Property Max As Single
Get
Set
public:
property float Max {
float get ();
void set (float value);
}
member Max : float32 with get, set
/** @property */
public float get_Max()
/** @property */
public void set_Max(float value)
function get_Max();
function set_Max(value);
Property Value
SingleOptional. Default value: infinity.
See Also