XFINIUM.PDF.Render Documentation
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.
BlackWhiteByte Black and white rendering surface backed by an array of bytes.
GrayscaleByte 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 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.Rendering.RenderingSurfaces Namespace

Send Feedback