Class SoundCreate
Inheritance
System.Object
SoundCreate
Implements
Android.Runtime.IJavaObject
System.IDisposable
Java.Interop.IJavaPeerable
Assembly: PDFViewCtrlTools.dll
public class SoundCreate : SimpleTapShapeCreate, ToolManager.ITool
Constructors
Declaration
public SoundCreate(PDFViewCtrl ctrl)
Parameters
Type |
Name |
Description |
pdftronprivate.PDF.PDFViewCtrl |
ctrl |
|
Declaration
protected SoundCreate(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
Type |
Name |
Description |
System.IntPtr |
javaReference |
|
Android.Runtime.JniHandleOwnership |
transfer |
|
Fields
Declaration
public const int SampleRate = 22050
Field Value
Type |
Description |
System.Int32 |
|
Declaration
public const string SoundIcon = "sound"
Field Value
Type |
Description |
System.String |
|
Properties
Declaration
public override int CreateAnnotType { get; }
Property Value
Type |
Description |
System.Int32 |
|
Overrides
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Type |
Description |
Java.Interop.JniPeerMembers |
|
Overrides
Declaration
protected string MOutputFilePath { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
Type |
Description |
System.IntPtr |
|
Overrides
Declaration
protected override Type ThresholdType { get; }
Property Value
Type |
Description |
System.Type |
|
Overrides
Declaration
public override ToolManager.IToolModeBase ToolMode { get; }
Property Value
Overrides
Methods
Declaration
public override void AddAnnotation()
Overrides
Declaration
protected override Annot CreateMarkup(PDFDoc doc, Rect bbox)
Parameters
Type |
Name |
Description |
pdftronprivate.PDF.PDFDoc |
doc |
|
pdftronprivate.PDF.Rect |
bbox |
|
Returns
Type |
Description |
pdftronprivate.PDF.Annot |
|
Overrides
Declaration
public virtual void CreateSound(PointF targetPagePoint, int pageNum, string outputPath)
Parameters
Type |
Name |
Description |
Android.Graphics.PointF |
targetPagePoint |
|
System.Int32 |
pageNum |
|
System.String |
outputPath |
|
Implements
Android.Runtime.IJavaObject
System.IDisposable
Java.Interop.IJavaPeerable