←Select platform

ImageType Property

Summary

The image compression type of the embedded image.

Syntax

C#
VB
Java
C++
public PDFImageType ImageType { get; set; } 
Public Property ImageType As Leadtools.Pdf.PDFImageType 
public PDFImageType getImageType() 
public void setImageType(PDFImageType type) 
             
public: 
property Leadtools.Pdf.PDFImageType ImageType { 
   Leadtools.Pdf.PDFImageType get(); 
   void set (    Leadtools.Pdf.PDFImageType ); 
} 

Property Value

A PDFImageType that indicates the compression type.

Example

For an example, refer to PDFDocument.Images.

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.Pdf Assembly