Property InitialDocument
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
InitialDocument
Gets or sets the value identifying the attached document to display when the containing PDF document is opened.
public string? InitialDocument { get; set; }
Property Value
- string
The identifier of the attachment in the SharedAttachments collection.
Remarks
Default value: null
.
The null
value means that PDF viewers should display the containing PDF document.
If the value does not match any attachment in the SharedAttachments collection, PDF viewers should display the first available attachment. When the containing PDF document contains no attachments, PDF viewers should display an empty preview.