Table of Contents

Class PdfSaveNative

Namespace
nebulae.dotPDFium.Native
Assembly
dotPDFium.dll
public static class PdfSaveNative
Inheritance
PdfSaveNative
Inherited Members

Methods

FPDF_SaveAsCopy(nint, nint, uint)

public static extern bool FPDF_SaveAsCopy(nint document, nint writer, uint flags)

Parameters

document nint
writer nint
flags uint

Returns

bool

FPDF_SaveWithVersion(nint, nint, uint, int)

public static extern bool FPDF_SaveWithVersion(nint document, nint writer, uint flags, int fileVersion)

Parameters

document nint
writer nint
flags uint
fileVersion int

Returns

bool