Click or drag to resize

CommonFlattenPDF Method

Takes a PDF byte array and flattens it using PDF4NET implementation

Namespace:  IAS
Assembly:  Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static byte[] FlattenPDF(
	byte[] pdf
)

Parameters

pdf
Type: SystemByte

[Missing <param name="pdf"/> documentation for "M:IAS.Common.FlattenPDF(System.Byte[])"]

Return Value

Type: Byte

[Missing <returns> documentation for "M:IAS.Common.FlattenPDF(System.Byte[])"]

See Also