Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

DisableCropping Property








Gets a value that indicates whether to crop of PostScript (PS) and Encapsulated PostScript (EPS) files.
Syntax
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)
            
 <br/>get_DisableCropping();<br/>set_DisableCropping(value);<br/>Object.defineProperty('DisableCropping'); 
public:
property bool DisableCropping {
   bool get();
   void set (    bool value);
}

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

See Also

Reference

CodecsPdfLoadOptions Class
CodecsPdfLoadOptions Members
Implementing PDF Features

Error processing SSI file