'Declaration
Public Enum PdfVisualImageSaveFormat Inherits System.Enum
'Usage
Dim instance As PdfVisualImageSaveFormat
public enum PdfVisualImageSaveFormat : System.Enum
public enum class PdfVisualImageSaveFormat : public System.Enum
'Declaration
Public Enum PdfVisualImageSaveFormat Inherits System.Enum
'Usage
Dim instance As PdfVisualImageSaveFormat
public enum PdfVisualImageSaveFormat : System.Enum
public enum class PdfVisualImageSaveFormat : public System.Enum
Member | Description |
---|---|
Native | The image is saved in the format used for storing it in the Pdf file. |
Png | The image is saved in PNG format. |
Raw | The image is saved in RAW format. |
Tiff | The image is saved in TIFF format. |
TiffLzwCompressed | The image is saved in TIFF format using LZW compression for color images. |
TiffZipCompressed | The image is saved in TIFF format using Zip compression for color images. |
System.Object
System.ValueType
System.Enum
Xfinium.Pdf.Content.PdfVisualImageSaveFormat
Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard