←Select platform

DisableCropping Property

Summary

Gets a value that indicates whether to crop of PostScript (PS) and Encapsulated PostScript (EPS) files.

Syntax

C#
VB
Java
Objective-C
C++
public bool DisableCropping { get; set; } 
Public Property DisableCropping As Boolean 
@property (nonatomic, assign) BOOL disableCropping 
public boolean getDisableCropping() 
public void setDisableCropping(boolean value) 
             
public: 
property bool DisableCropping { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to disable cropping of PostScript (PS) and Encapsulated PostScript (EPS) files, false otherwise. Default value is false.

Remarks

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.

Example

For an example, refer to CodecsPdfOptions.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly