OutlineItemCollectionDestination Property |
Gets or sets the destination for this outline item.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic IAppointment Destination { get; set; }
Public Property Destination As IAppointment
Get
Set
public:
property IAppointment^ Destination {
IAppointment^ get ();
void set (IAppointment^ value);
}
member Destination : IAppointment with get, set
Property Value
Type:
IAppointment
See Also