Aspose::Page::IInteractiveDevice::AddOutline method
IInteractiveDevice::AddOutline(int32_t, System::String) method
अंतिम ऑब्जेक्ट को लक्ष्य बनाकर एक रूपरेखा आइटम जोड़ता है।
virtual void Aspose::Page::IInteractiveDevice::AddOutline(int32_t outlineLevel, System::String description)=0
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| outlineLevel | int32_t | रूपरेखा स्तर। |
| description | System::String | आइटम विवरण। |
संबंधित देखें
- Class String
- Class IInteractiveDevice
- Namespace Aspose::Page
- Library Aspose.Page for C++
IInteractiveDevice::AddOutline(System::Drawing::PointF, int32_t, System::String) method
मूल बिंदु को लक्ष्य बनाकर एक रूपरेखा आइटम जोड़ता है।
virtual void Aspose::Page::IInteractiveDevice::AddOutline(System::Drawing::PointF origin, int32_t outlineLevel, System::String description)=0
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| origin | System::Drawing::PointF | लक्ष्य मूल। |
| outlineLevel | int32_t | रूपरेखा स्तर। |
| description | System::String | आइटम विवरण। |
संबंधित देखें
- Class PointF
- Class String
- Class IInteractiveDevice
- Namespace Aspose::Page
- Library Aspose.Page for C++