LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

DisableCropping Property






Gets a value that indicate whether to crop of PostScript (PS) and Encapsulated PostScript (EPS) files. .NET support
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;}
 get_DisableCropping();
set_DisableCropping(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsPdfLoadOptions Class
CodecsPdfLoadOptions Members
Implementing PDF Plug in Features

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.