Aspose::Pdf::Layer class
Contents
[
Hide
]Layer class
Represents a layer within a PDF page.
class Layer : public System::Object
Methods
Method | Description |
---|---|
Delete() | Deletes the current layer from the PDF document. |
Flatten(bool) | Flattens the specified layer. |
get_Contents() const | Gets the layer content. |
get_Id() const | Gets the layer id. |
get_Locked() | Gets a value indicating whether the layer is locked. |
get_Name() const | Gets the layer name. |
Layer(System::String, System::String) | Initializes a new instance of the Layer class. |
Lock() | Locks the layer. |
Save(System::String) | Saves the current layer to a PDF document. |
Save(System::SharedPtr<System::IO::Stream>) | Saves the current layer to a PDF document. |
Unlock() | Unlocks the layer. |
See Also
- Class Object
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++