PdfDocument.Name

PdfDocument.Name property

Gets or sets the name of the PDF document. Generates new GUID if the name is not set.

public string Name { get; set; }

See Also