VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Tiff Namespace / TiffPage Class / SetStripImage(Int32,VintasoftImage,EventHandler<ProgressEventArgs>) Method
Syntax Exceptions Remarks Requirements SeeAlso
In This Topic
    SetStripImage(Int32,VintasoftImage,EventHandler<ProgressEventArgs>) Method (TiffPage)
    In This Topic
    Sets an image of the TIFF page strip.
    Syntax

    Parameters

    stripIndex
    Index of strip.
    stripImage
    New image of strip.
    progressDelegate
    Progress delegate of strip image encoding.
    Exceptions
    ExceptionDescription
    Thrown if TIFF page does not have strips -or- page bit depth is not equal image strip bit depth -or- strip size is not equal image strip size.
    Thrown if stripIndex is less than zero or greater than number of strips.
    Remarks

    This method is synchronous.

    Requirements

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

    See Also