'Declaration
Public Property IgnoreDocumentResolution As Boolean
public bool IgnoreDocumentResolution {get; set;}
public read-write property IgnoreDocumentResolution: Boolean;
public function get,set IgnoreDocumentResolution : boolean
'Declaration
Public Property IgnoreDocumentResolution As Boolean
public bool IgnoreDocumentResolution {get; set;}
public read-write property IgnoreDocumentResolution: Boolean;
public function get,set IgnoreDocumentResolution : boolean
'We assume that the GdViewer1 control has been properly integrated. 'The control will ignore resolutions measurement while displaying the current document. GdViewer1.IgnoreDocumentResolution = True
//We assume that the GdViewer1 control has been properly integrated. //The control will ignore resolutions measurement while displaying the current document. GdViewer1.IgnoreDocumentResolution = true;