Class PdfWriter
Class that aggregates PDF format-specific writing logic
Inheritance
System.Object
PdfWriter
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Azos.Media.PDF
Assembly: Azos.Media.dll
Syntax
public sealed class PdfWriter : IDisposable
Constructors
PdfWriter(Stream)
Declaration
public PdfWriter(Stream stream)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | stream |
Properties
PrettyFormatting
Insert nonnecessary tabs and returns for a pretty output look file
Declaration
public bool PrettyFormatting { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Dispose()
Declaration
public void Dispose()
Write(PdfDocument)
Writes PDF document into file stream
Declaration
public void Write(PdfDocument document)
Parameters
Type | Name | Description |
---|---|---|
PdfDocument | document | PDF document |
Implements
System.IDisposable