XFINIUM.PDF.Render Documentation
PdfRenderingSurfaceType Enumeration



Xfinium.Pdf.Rendering.RenderingSurfaces Namespace : PdfRenderingSurfaceType Enumeration
Supported rendering surface types.
Syntax
'Declaration
 
Public Enum PdfRenderingSurfaceType 
   Inherits System.Enum
'Usage
 
Dim instance As PdfRenderingSurfaceType
public enum PdfRenderingSurfaceType : System.Enum 
public enum class PdfRenderingSurfaceType : public System.Enum 
Members
MemberDescription
ArgbByte ARGB rendering surface backed by an array of bytes.
ArgbInt ARGB rendering surface backed by an array of integers.
BgraByte BGRA rendering surface backed by an array of bytes.
BgraInt BGRA rendering surface backed by an array of integers.
BgrByte BGR rendering surface backed by an array of bytes.
BlackWhite Black and white rendering surface backed by an array of bytes.
Gray8 Grayscale rendering surface backed by an array of bytes.
RgbaByte RGBA rendering surface backed by an array of bytes.
RgbaInt RGBA rendering surface backed by an array of integers.
RgbByte RGB rendering surface backed by an array of bytes.
Unknown Unknown rendering surface.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xfinium.Pdf.Rendering.RenderingSurfaces.PdfRenderingSurfaceType

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.Rendering.RenderingSurfaces Namespace