![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.23
|
Leadtools.Pdf Assembly > Leadtools.Pdf Namespace > PDFImage Structure : ImageType Property |
public PDFImageType ImageType {get; set;}
'Declaration
Public Property ImageType As PDFImageType
'Usage
Dim instance As PDFImage Dim value As PDFImageType instance.ImageType = value value = instance.ImageType
public PDFImageType getImageType() public void setImageType(PDFImageType type)
public: property PDFImageType ImageType { PDFImageType get(); void set ( PDFImageType value); }