Table of Contents

Interface PdfPageBuilder.IContentStream

Namespace
UglyToad.PdfPig.Writer
Assembly
UglyToad.PdfPig.dll

Provides access to the raw page data structures for advanced editing use cases.

public interface PdfPageBuilder.IContentStream

Properties

Operations

The operations making up the page content stream.

List<IGraphicsStateOperation> Operations { get; }

Property Value

List<IGraphicsStateOperation>