In This Topic
GdPicture14.WEB Namespace / DocuViewareControl Class / RasterizerPixelSizeLimit Property

RasterizerPixelSizeLimit Property (DocuViewareControl)

In This Topic
Specifies the maximum number of pixels that the internal rasterizer is permitted to produce. The higher the value, the higher the maximum zoom will be for displaying non-raster documents (IE: PDF). Default value is -1 (automatically computed).
Syntax
'Declaration
 
Public Property RasterizerPixelSizeLimit As Long
public long RasterizerPixelSizeLimit {get; set;}
See Also