O2S.Components.PDF4NET Documentation
PDFVisualImageFormat Enumeration



O2S.Components.PDF4NET.Content Namespace : 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
         O2S.Components.PDF4NET.Content.PDFVisualImageFormat

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

O2S.Components.PDF4NET.Content Namespace