Returns a specialized instance of one of the derived FormData classes or nullNothingnullptra null reference (Nothing in Visual Basic) if the stream does not contain
valid data.
Namespace: TallComponents.PDF.Forms.DataAssembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1
Syntax
| C# |
|---|
public static FormData Create( Stream stream ) |
| Visual Basic |
|---|
Public Shared Function Create ( _ stream As Stream _ ) As FormData |
Parameters
- stream
- Type: System.IO..::..Stream
A stream with data (in FDF, XFDF, XDP, XML or PDF format)
Return Value
Returns a specialized instance of one of the derived FormData classes or nullNothingnullptra null reference (Nothing in Visual Basic) if the stream does not contain valid data.
Remarks
This function will never return a HttpPostFormData instance.