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