Xceed Words for .NET v5.1 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / Picture Class
Members


In This Topic
    Picture Class
    In This Topic
    Represents a picture.
    Syntax
    'Declaration
     
    Public Class Picture 
       Inherits DocumentElement
    'Usage
     
    Dim instance As Picture
    public class Picture : DocumentElement 
    Remarks
    A Picture is a customized view of an Image.
    Inheritance Hierarchy

    System.Object
       Xceed.Document.NET.DocumentElement
          Xceed.Document.NET.Picture

    Public Properties
     NameDescription
    Public PropertyGets or sets the transparency of this Picture.  
    Public PropertyGets or sets the portion of the unscaled original image to draw (from 0 to 100 on the 4 sides).  
    Public PropertyGets or sets the Description of this Picture.  
    Public PropertyGets or sets the distance of the text from the bottom of the picture (in points).  
    Public PropertyGets or sets the distance of the text from the left of the picture (in points).  
    Public PropertyGets or sets the distance of the text from the right of the picture (in points).  
    Public PropertyGets or sets the distance of the text from the top of the picture (in points).  
    Public PropertyGets the File Name of this Picture.  
    Public PropertyGets or sets if this Picture is Flipped Horizontally.  
    Public PropertyGets or sets if this Picture is Flipped Vertically.  
    Public PropertyGets or sets the Height of this Picture (in points).  
    Public PropertyGets or sets the Height of this Picture (in inches).  
    Public PropertyGets or sets the horizontal alignment for the picture.  
    Public PropertyGets or sets the horizontal offset (in points) of the picture relative to the element identified in the HorizontalOffsetAlignmentFrom property.  
    Public PropertyGets or sets the element from which the HorizontalOffset is calculated.  
    Public PropertyGets or sets the hyperlink associated to the picture.  
    Public PropertyGets the Id of this Picture.  
    Public PropertyGets or sets the Name of this Picture.  
    Public PropertyGets or sets the PackagePart for this element. (Inherited from Xceed.Document.NET.DocumentElement)
    Public PropertyGets or sets the Rotation of this Picture (in degrees).  
    Public PropertyGets the stream of this picture.  
    Public PropertyGets or sets the vertical alignment for the picture.  
    Public PropertyGets or sets the vertical offset (in points) of the picture relative to the element identified in the VerticalOffsetAlignmentFrom property.  
    Public PropertyGets or sets the element from which the VerticalOffset is calculated.  
    Public PropertyGets or sets the Width of this Picture (in points).  
    Public PropertyGets or sets the Width of this Picture (in inches).  
    Public PropertyGets or sets the list of points to use to define the polygon inside the picture where no text can be drawn.  
    Public PropertyGets or sets the text wrapping style. The default setting is WrapInLineWithText.  
    Public PropertyGets or sets the text wrapping position. The default value is bothSides.  
    Public PropertyGets or sets the XML for this element. (Inherited from Xceed.Document.NET.DocumentElement)
    Top
    Public Methods
     NameDescription
    Public Method  
    Public MethodRemoves this Picture from the Document.  
    Public MethodOverloaded. Sets the shape of this Picture.  
    Top
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows 11, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also