Aspose::Page::IInteractiveDevice::AddOutline method

IInteractiveDevice::AddOutline(int32_t, System::String) method

Adds an outline item with the last object as its target.

virtual void Aspose::Page::IInteractiveDevice::AddOutline(int32_t outlineLevel, System::String description)=0
ParameterTypeDescription
outlineLevelint32_tThe outline level.
descriptionSystem::StringThe item description.

See Also

IInteractiveDevice::AddOutline(System::Drawing::PointF, int32_t, System::String) method

Adds an outline item with the origin point as its target.

virtual void Aspose::Page::IInteractiveDevice::AddOutline(System::Drawing::PointF origin, int32_t outlineLevel, System::String description)=0
ParameterTypeDescription
originSystem::Drawing::PointFThe target origin.
outlineLevelint32_tThe outline level.
descriptionSystem::StringThe item description.

See Also