Class PdfDocument

PdfDocument class

Represents a PDF document with a name.

public class PdfDocument

Constructors

NameDescription
PdfDocument()The default constructor.

Properties

NameDescription
Document { get; set; }Gets or sets the the PDF document.
Name { get; set; }Gets or sets the name of the PDF document. Generates new GUID if the name is not set.

See Also