Namespace: BitMiracle.Docotic.Pdf
public abstract class CosObject
Public MustInherit Class CosObject
The CosObject type exposes the following members.
Name | Description | |
---|---|---|
![]() | Type |
Gets the type of this CosObject.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
"COS" stands for Carousel Object Structure and refers to the original name for Adobe Acrobat. This name is still used to refer to the way a PDF file is composed.
WARNING: Changes to low-level COS objects might break the owning PDF document.
Use high-level Docotic.Pdf API to edit a document. Don't edit COS objects unless you completely understand what you are doing.
Changes in low-level COS objects might be out of sync with high-level Docotic.Pdf objects.