VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / VintasoftImage Class / CreateCopy() Method
Syntax Remarks Requirements SeeAlso
In This Topic
    CreateCopy() Method (VintasoftImage)
    In This Topic
    Creates a new VintasoftImage that is a copy of current instance.
    Syntax
    'Declaration
    
    Public Function CreateCopy() As VintasoftImage
    
    
    public VintasoftImage CreateCopy()
    
    
    public: VintasoftImage* CreateCopy()
    
    
    public:
    VintasoftImage^ CreateCopy()

    Return Value

    A new VintasoftImage that is a copy of this instance.
    Remarks

    If image is not changed and image source is single-page image file, method will copy image source (image will loaded from image source by first request); otherwise, method will load image from image source.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also