CopyFrame

TiffFrame.CopyFrame method

Copies the entire frame (duplicates).

public static TiffFrame CopyFrame(TiffFrame tiffFrame)
ParameterTypeDescription
tiffFrameTiffFrameThe tiff frame to copy.

Return Value

The newly copied tiff frame.

See Also