Table of Contents

Class OpenPdfCmdletCommand

Namespace
MASES.NetPDF.PowerShell.Cmdlet
Assembly
MASES.NetPDFPS.dll
[Cmdlet("Open", "PDF")]
[OutputType(new Type[] { typeof(PDDocument) })]
public class OpenPdfCmdletCommand : NetPDFPSCmdlet
Inheritance
OpenPdfCmdletCommand
Inherited Members

Properties

PdfFile

[Parameter(Mandatory = true, Position = 0, ValueFromPipeline = true, ValueFromPipelineByPropertyName = true, HelpMessage = "The file containing the PDF to open")]
public string PdfFile { get; set; }

Property Value

string

Methods

BeginProcessing()

protected override void BeginProcessing()

EndProcessing()

protected override void EndProcessing()

ProcessCommand()

protected override void ProcessCommand()