←Select platform

Format Property

Summary

Gets or sets the format (compression) type of the raster PDF page.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public RasterImageFormat Format { get; set; } 
Public Property Format As Leadtools.RasterImageFormat 
public Leadtools.RasterImageFormat Format {get; set;} 
@property (nonatomic, assign) LTRasterImageFormat format 
public RasterImageFormat getFormat() 
public void setFormat(RasterImageFormat value) 
             
 <br/>get_Format();<br/>set_Format(value);<br/>Object.defineProperty('Format');  

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly