StructureElementDefaultAttributeOwner Property |
Gets [T:/Aspose.Pdf.LogicalStructure.AttributeOwnerStandard] object.
Namespace: Aspose.Pdf.LogicalStructureAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 19.12
Syntaxpublic AttributeOwnerStandard DefaultAttributeOwner { get; }
Public ReadOnly Property DefaultAttributeOwner As AttributeOwnerStandard
Get
public:
property AttributeOwnerStandard^ DefaultAttributeOwner {
AttributeOwnerStandard^ get ();
}
member DefaultAttributeOwner : AttributeOwnerStandard with get
Property Value
Type:
AttributeOwnerStandard[T:/Aspose.Pdf.LogicalStructure.AttributeOwnerStandard] object.
See Also