LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Format Property (CodecsRasterPdfInfo)

Show in webframe







Gets or sets the format (compression) type of the raster PDF page.
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;}
@property (nonatomic, assign) LTRasterImageFormat format;
public RasterImageFormat getFormat()
public void setFormat(RasterImageFormat value)
            
 
get_Format();
set_Format(value);
Object.defineProperty('Format');
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

See Also

Reference

CodecsRasterPdfInfo Structure
CodecsRasterPdfInfo Members

 

 


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