XFINIUM.PDF Documentation
PdfVisualImageFormat Enumeration



Specifies the supported formats for images displayed on a PDF page.
Syntax
'Declaration
 
Public Enum PdfVisualImageFormat 
   Inherits System.Enum
'Usage
 
Dim instance As PdfVisualImageFormat
public enum PdfVisualImageFormat : System.Enum 
public enum class PdfVisualImageFormat : public System.Enum 
Members
MemberDescription
Jpeg The image is embedded in the Pdf file as a JPEG image.
Jpeg2000 The image is embedded in the Pdf file as a JPEG2000 image.
Raw The image is embedded in the Pdf file in RAW format.
Inheritance Hierarchy

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

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