Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Picture Class / ApplyPreset Method
The preset to apply.

In This Topic
    ApplyPreset Method (Picture)
    In This Topic
    Applies a PicturePreset to this Picture.

    Preset contains predefined fill, line, geometry and effects.

    Syntax
    'Declaration
     
    Public Sub ApplyPreset( _
       ByVal preset As PicturePreset _
    ) 
    public void ApplyPreset( 
       PicturePreset preset
    )

    Parameters

    preset
    The preset to apply.
    See Also