public PdfZoom( float min, float max )
Public Sub New ( min As Single, max As Single )
public: PdfZoom( float min, float max )
new : min : float32 * max : float32 -> PdfZoom
Patagames.Pdf.Net.Wrappers.OptionalContent.PdfZoom = function(min, max);