Document Solutions for Imaging
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / GcWicTiffWriter Class / FrameTransform Property

In This Topic
    FrameTransform Property
    In This Topic
    Gets or sets the transformation chain to be applied to the next saved frame.
    Syntax
    'Declaration
     
    Public Property FrameTransform As BaseTransform()
    public BaseTransform[] FrameTransform {get; set;}
    See Also