XFINIUM.PDF Documentation
PdfContentStream Class
Members 



Defines a low level graphics interface for drawing content on PDF pages.
Syntax
'Declaration
 
Public Class PdfContentStream 
'Usage
 
Dim instance As PdfContentStream
public class PdfContentStream 
public ref class PdfContentStream 
Remarks
The methods in this class match the PDF operators defined in the PDF specification.
A PdfContentStream object is created from a PdfGraphics object and lets you inject specific PDF operators in the PdfGraphics object, operators that are not available through the public API.
This class gives you full control over the generated page content but it requires good knowledge of PDF specification.
Inheritance Hierarchy

System.Object
   Xfinium.Pdf.Graphics.PdfContentStream

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

PdfContentStream Members
Xfinium.Pdf.Graphics Namespace

Send Feedback