Leadtools.Codecs Namespace > CodecsPdfLoadOptions Class : DisableCropping Property |
public bool DisableCropping {get; set;}
'Declaration Public Property DisableCropping As Boolean
'Usage Dim instance As CodecsPdfLoadOptions Dim value As Boolean instance.DisableCropping = value value = instance.DisableCropping
public bool DisableCropping {get; set;}
@property (nonatomic, assign) BOOL disableCropping;
public boolean getDisableCropping() public void setDisableCropping(boolean value)
get_DisableCropping();
set_DisableCropping(value);
Object.defineProperty('DisableCropping');
The PDF codecs is also used to load PostScript (PS) and Encapsulated PostScript (EPS) files. Use this option to enable/disable cropping the resulting raster image size to the dimensions of the actual drawing inside the PostScript file. This option is not used when loading PDF files.