Gets a value that indicates whether to crop of PostScript (PS) and Encapsulated PostScript (EPS) files.
public bool DisableCropping { get; set; }
Public Property DisableCropping As Boolean
@property (nonatomic, assign) BOOL disableCropping
public boolean getDisableCropping()
public void setDisableCropping(boolean value)
true to disable cropping of PostScript (PS) and Encapsulated PostScript (EPS) files, false otherwise. Default value is false.
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.
For an example, refer to CodecsPdfOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET