ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEPlace Class
Members




In This Topic
    ImGearPDEPlace Class
    In This Topic
    Represents an element that marks a place on a page in a PDF file.
    Object Model
    ImGearPDEPlace ClassImGearPDFBasDict ClassImGearPDFAtom Class
    Syntax
    'Declaration
     
    Public NotInheritable Class ImGearPDEPlace 
       Inherits ImGearPDEElement
    'Usage
     
    Dim instance As ImGearPDEPlace
    public sealed class ImGearPDEPlace : ImGearPDEElement 
    public __gc __sealed class ImGearPDEPlace : public ImGearPDEElement 
    public ref class ImGearPDEPlace sealed : public ImGearPDEElement 
    Remarks
    In a PDF file, a place is represented by the MP or DP Marked Content operators.

    Marked content is useful for adding structure information to a PDF file. For instance, a drawing program may want to mark a point with information, such as the start of a path of a certain type. Marked content provides a way to retain this information in the PDF file. A DP operator functions the same as the MP operator and, in addition, allows a property list dictionary to be associated with a place.

    Inheritance Hierarchy

    System.Object
       ImageGear.Formats.PDF.ImGearPDFObject
          ImageGear.Formats.PDF.ImGearPDEObject
             ImageGear.Formats.PDF.ImGearPDEElement
                ImageGear.Formats.PDF.ImGearPDEPlace

    See Also