GemBox.Document
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    PreservedDrawingElement Class

    Namespace:
    GemBox.Document.Drawing
    Assembly:
    GemBox.Document.dll

    Represents an DrawingElement element that is loaded from a file and is not directly supported by GemBox.Document API.

    • C#
    • VB.NET
    public class PreservedDrawingElement : DrawingElement
    Public Class PreservedDrawingElement
        Inherits DrawingElement
    Inheritance:
    System.Object
    Element
    Inline
    DrawingElement
    PreservedDrawingElement
    Remarks

    This element can appear in document content only if file is loaded with the PreserveUnsupportedFeatures property set to true.

    For more information, see preservation article and preservation example.

    Properties

    ElementType

    Gets the element type for PreservedDrawingElement which is PreservedDrawingElement.

    • C#
    • VB.NET
    public override ElementType ElementType { get; }
    Public Overrides ReadOnly Property ElementType As ElementType
    Property Value
    ElementType

    The PreservedDrawingElement value.

    Overrides
    Element.ElementType

    Inherited Properties

    CharacterFormat

    Gets or sets the character format.

    (Inherited from DrawingElement)

    Content

    Gets the content of the current Element.

    (Inherited from Element)

    Document

    Gets the owner document.

    (Inherited from Element)

    Hidden

    Gets or sets a value indicating whether this DrawingElement is hidden.

    Default value is false.

    (Inherited from DrawingElement)

    Layout

    Gets or sets the DrawingElement layout (position and size).

    (Inherited from DrawingElement)

    Metadata

    Gets the metadata (non-visual properties) of this DrawingElement instance.

    (Inherited from DrawingElement)

    Parent

    Gets the parent of this Element instance.

    (Inherited from Element)

    ParentCollection

    Gets the InlineCollection that contains this Inline instance.

    (Inherited from Inline)

    Revision

    Gets or sets the revision information for the inline.

    (Inherited from Inline)

    Inherited Methods

    Clone(System.Boolean)

    Clones this DrawingElement instance.

    (Inherited from DrawingElement)

    FormatDrawing()

    Formats this DrawingElement to its default size so it can be exported to PDF, XPS, image or be printed.

    (Inherited from DrawingElement)

    FormatDrawing(System.Double, System.Double, LengthUnit)

    Formats this DrawingElement to specified size so it can be exported to PDF, XPS, image or be printed.

    (Inherited from DrawingElement)

    FormatDrawing(System.Double, System.Double, LengthUnit, PaginatorOptions)

    Formats this DrawingElement to specified size so it can be exported to PDF, XPS, image or be printed.

    (Inherited from DrawingElement)

    FormatDrawing(PaginatorOptions)

    Formats this DrawingElement to its default size so it can be exported to PDF, XPS, image or be printed.

    (Inherited from DrawingElement)

    GetChildElements(System.Boolean)

    Gets the child elements.

    (Inherited from Element)

    GetChildElements(System.Boolean, ElementType[])

    Gets the child elements filtered by ElementType.

    (Inherited from Element)

    GetParentElements()

    Gets the parent elements.

    (Inherited from Element)

    GetParentElements(ElementType[])

    Gets the parent elements.

    (Inherited from Element)

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.