XFINIUM.PDF Documentation
PdfVisualImageSaveFormat Enumeration



Xfinium.Pdf.Content Namespace : PdfVisualImageSaveFormat Enumeration
Specifies the supported formats for saving a visual image.
Syntax
'Declaration
 
Public Enum PdfVisualImageSaveFormat 
   Inherits System.Enum
'Usage
 
Dim instance As PdfVisualImageSaveFormat
public enum PdfVisualImageSaveFormat : System.Enum 
public enum class PdfVisualImageSaveFormat : public System.Enum 
Members
MemberDescription
NativeThe 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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xfinium.Pdf.Content.PdfVisualImageSaveFormat

Requirements

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


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

Xfinium.Pdf.Content Namespace