LEADTOOLS Image File Support (Leadtools.Codecs assembly)

DisableCropping Property

Show in webframe







Gets a value that indicate 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)
            
 
get_DisableCropping();
set_DisableCropping(value);
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 Plug in Features

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.