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

Format Property (CodecsRasterPdfInfo)






Gets or sets the format (compression) type of the raster PDF page. .NET support WinRT support
Syntax
public RasterImageFormat Format {get; set;}
'Declaration
 
Public Property Format As RasterImageFormat
'Usage
 
Dim instance As CodecsRasterPdfInfo
Dim value As RasterImageFormat
 
instance.Format = value
 
value = instance.Format
public RasterImageFormat Format {get; set;}
 get_Format();
set_Format(value);
public:
property RasterImageFormat Format {
   RasterImageFormat get();
   void set (    RasterImageFormat value);
}

Property Value

One of RasterImageFormat.RasPdfXyz that indicates the format (compression) type of the raster PDF page. If the source file is not a raster PDF, the value of this property will be RasterImageFormat.Unknown.
Remarks

This is the same value used as the format parameter value to the RasterCodecs.Save method used to create this file.

This property is guaranteed to contain accurate information only if the value of IsLeadPdf is true.

Example
For an example, refer to CodecsRasterPdfInfo.
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

CodecsRasterPdfInfo Structure
CodecsRasterPdfInfo Members

 

 


Products | Support | Contact Us | Copyright Notices

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