Aspose::Cells::Rendering::PdfBookmarkEntry::SetDestinationName method

PdfBookmarkEntry::SetDestinationName(const U16String&) method

Gets or sets name of destination.

void Aspose::Cells::Rendering::PdfBookmarkEntry::SetDestinationName(const U16String &value)

Remarks

If destination name is set, the destination will be defined as a named destination with this name.

See Also

PdfBookmarkEntry::SetDestinationName(const char16_t*) method

Gets or sets name of destination.

void Aspose::Cells::Rendering::PdfBookmarkEntry::SetDestinationName(const char16_t *value)

Remarks

If destination name is set, the destination will be defined as a named destination with this name.

See Also