 | 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)
Syntaxpublic static byte[] FlattenPDF(
byte[] pdf
)
Public Shared Function FlattenPDF (
pdf As Byte()
) As Byte()
public static function FlattenPDF(
pdf : byte[]
) : byte[]
IAS.Common.FlattenPDF = function(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