XFINIUM.PDF Documentation
PdfVisualImageSaveFormat Enumeration



Specifies the supported formats for saving a visual image.
Syntax
public enum PdfVisualImageSaveFormat : System.Enum 
public enum class PdfVisualImageSaveFormat : public System.Enum 
'Declaration
 
Public Enum PdfVisualImageSaveFormat 
   Inherits System.Enum
 
'Usage
 
Dim instance As PdfVisualImageSaveFormat
Members
MemberDescription
NativeThe image is saved in the format used for storing it in the Pdf file.
Note: JPEG2000 images can be saved only in native format.
PngThe image is saved in PNG format. Note: JPEG2000 images cannot be saved in PNG format.
RawThe image is saved in RAW format. Note: JPEG2000 images cannot be saved in RAW format.
TiffThe image is saved in TIFF format. Note: JPEG2000 images cannot be saved in TIFF format.
Inheritance Hierarchy

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

Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


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

Send Feedback