Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / PicturePreset Enumeration

In This Topic
    PicturePreset Enumeration
    In This Topic
    Specifies picture shape presets.
    Syntax
    'Declaration
     
    Public Enum PicturePreset 
       Inherits System.Enum
    public enum PicturePreset : System.Enum 
    Members
    MemberDescription
    BeveledMatteWhite Picture with beveled matte white border.
    BeveledOvalBlack Picture with beveled black oval border.
    BevelPerspective Picture in perspective view, rotated clockwise, with beveled and rounded corners.
    BevelPerspectiveLeftWhite Picture in perspective view, left side is further, with white border.
    BevelRectangle Picture with beveled and rounded corners.
    CenterShadowRectangle Picture with no border and centered rectangular shadow.
    CompoundFrameBlack Picture with compound black border.
    DoubleFrameBlack Picture with double contoured border, black.
    DropShadowRectangle Picture without border and with shadow.
    MetalFrame Picture with metal-colored border.
    MetalOval Picture with metal-colored oval border.
    MetalRoundedRectangle Picture with metal-colored rounded border.
    ModerateFrameBlack Picture with moderate width black border.
    ModerateFrameWhite Picture with moderate width white border.
    PerspectiveShadowWhite Picture with perspective shadow and white border.
    ReflectedBevelBlack Picture with bottom-side reflection, with rounded black border.
    ReflectedBevelWhite Picture with bottom-side reflection, with rounded white border.
    ReflectedPerspectiveRight Picture in perspective view, right side is further, with bottom-side reflection and no border.
    ReflectedRoundedRectangle Picture with rounded corners and bottom-side reflection.
    RelaxedPerspectiveWhite Picture in perspective view, with shadow and white border.
    RotatedWhite Picture slightly rotated counterclockwise, with white border.
    RoundedDiagonalCornerWhite Picture with diagonally rounded white border.
    SimpleFrameBlack Picture with thin black frame.
    SimpleFrameWhite Picture with simple white frame.
    SnipDiagonalCornerWhite Picture with opposite diagonally rounded white border.
    SoftEdgeOval Picture with blurred oval white border.
    SoftEdgeRectangle Picture with blurred border.
    ThickMatteBlack Picture with thick black border.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Word.PicturePreset

    See Also